home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 3 / Windows 6-Pak (InfoMagic) (Disc 3) (1999).ISO / Misc-Sound-Tools / metronome.zip / Metronome.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1998-11-18  |  3KB  |  136 lines

  1. object AboutBox: TAboutBox
  2.   Left = 242
  3.   Top = 205
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'About V4 Metronome'
  8.   ClientHeight = 113
  9.   ClientWidth = 338
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 80
  22.     Top = 16
  23.     Width = 78
  24.     Height = 16
  25.     Caption = 'Metronome'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label5: TLabel
  34.     Left = 86
  35.     Top = 75
  36.     Width = 31
  37.     Height = 13
  38.     Caption = 'Email :'
  39.   end
  40.   object Label7: TLabel
  41.     Left = 62
  42.     Top = 91
  43.     Width = 55
  44.     Height = 13
  45.     Caption = 'Homepage:'
  46.   end
  47.   object Label9: TLabel
  48.     Left = 80
  49.     Top = 34
  50.     Width = 44
  51.     Height = 13
  52.     Caption = 'Copyright'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 128
  56.     Top = 33
  57.     Width = 8
  58.     Height = 16
  59.     Caption = '∩┐╜'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -15
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object Label10: TLabel
  68.     Left = 138
  69.     Top = 34
  70.     Width = 184
  71.     Height = 13
  72.     Caption = '1998 V4Software. All Rights Reserved.'
  73.   end
  74.   object Label11: TLabel
  75.     Left = 80
  76.     Top = 58
  77.     Width = 37
  78.     Height = 13
  79.     Caption = 'Author :'
  80.   end
  81.   object Label1: TLabel
  82.     Left = 170
  83.     Top = 18
  84.     Width = 32
  85.     Height = 13
  86.     Caption = 'Label1'
  87.   end
  88.   object Label2: TLabel
  89.     Left = 128
  90.     Top = 58
  91.     Width = 67
  92.     Height = 13
  93.     Caption = 'Iwan Mouwen'
  94.   end
  95.   object Edit1: TEdit
  96.     Left = 128
  97.     Top = 75
  98.     Width = 177
  99.     Height = 19
  100.     AutoSelect = False
  101.     BorderStyle = bsNone
  102.     Color = clBtnFace
  103.     Ctl3D = False
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = clBlue
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ParentCtl3D = False
  110.     ParentFont = False
  111.     ReadOnly = True
  112.     TabOrder = 0
  113.     Text = 'V4Software@Vvier.tudelft.nl'
  114.   end
  115.   object Edit2: TEdit
  116.     Left = 128
  117.     Top = 91
  118.     Width = 217
  119.     Height = 19
  120.     AutoSelect = False
  121.     BorderStyle = bsNone
  122.     Color = clBtnFace
  123.     Ctl3D = False
  124.     Font.Charset = DEFAULT_CHARSET
  125.     Font.Color = clBlue
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     ParentCtl3D = False
  130.     ParentFont = False
  131.     ReadOnly = True
  132.     TabOrder = 1
  133.     Text = 'http://www.oli.tudelft.nl/vvier/v4software'
  134.   end
  135. end
  136.